home *** CD-ROM | disk | FTP | other *** search
/ Gekikoh Dennoh Club 2 / Gekikoh Dennoh Club Vol. 2 (Japan).7z / Gekikoh Dennoh Club Vol. 2 (Japan) (Track 01).bin / fsw / zm302 / zm302_l.lzh / ZMGSRESET.HAS < prev    next >
Text File  |  1996-02-29  |  460b  |  18 lines

  1.     .xdef    _zm_gs_reset
  2.     .xdef    _zm_sc55_reset
  3.  
  4.     .include    zmid.mac
  5.     .include    zm3lib.mac
  6.     .include    doscall.mac
  7.     .include    iocscall.mac
  8. *-----------------------------------------------------------------------------
  9. *    int    zm_gs_reset( int port,int id );
  10. *-----------------------------------------------------------------------------
  11. _zm_sc55_reset:
  12. _zm_gs_reset:
  13.     move.l    d3,a2        *保存
  14.     movem.l    param1(sp),d1/d3
  15.     Z_MUSIC    #ZM_GS_RESET
  16.     move.l    a2,d3
  17.     rts
  18.